@@ -1546,11 +1546,11 @@ def use_ssl=(flag)
1546
1546
attr_accessor :cert_store
1547
1547
1548
1548
# Sets or returns the available SSL ciphers.
1549
- # See {OpenSSL::SSL::SSLContext#ciphers=}[https://docs.ruby-lang.org/en/master/ OpenSSL/ SSL/SSLContext.html#method-i- ciphers-3D ].
1549
+ # See {OpenSSL::SSL::SSLContext#ciphers=}[OpenSSL:: SSL::SSL::Context# ciphers= ].
1550
1550
attr_accessor :ciphers
1551
1551
1552
1552
# Sets or returns the extra X509 certificates to be added to the certificate chain.
1553
- # See {OpenSSL::SSL::SSLContext#add_certificate}[https://docs.ruby-lang.org/en/master/ OpenSSL/ SSL/SSLContext.html#method-i- add_certificate].
1553
+ # See {OpenSSL::SSL::SSLContext#add_certificate}[OpenSSL:: SSL::SSL::Context# add_certificate].
1554
1554
attr_accessor :extra_chain_cert
1555
1555
1556
1556
# Sets or returns the OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object.
@@ -1560,15 +1560,15 @@ def use_ssl=(flag)
1560
1560
attr_accessor :ssl_timeout
1561
1561
1562
1562
# Sets or returns the SSL version.
1563
- # See {OpenSSL::SSL::SSLContext#ssl_version=}[https://docs.ruby-lang.org/en/master/ OpenSSL/ SSL/SSLContext.html#method-i- ssl_version-3D ].
1563
+ # See {OpenSSL::SSL::SSLContext#ssl_version=}[OpenSSL:: SSL::SSL::Context# ssl_version= ].
1564
1564
attr_accessor :ssl_version
1565
1565
1566
1566
# Sets or returns the minimum SSL version.
1567
- # See {OpenSSL::SSL::SSLContext#min_version=}[https://docs.ruby-lang.org/en/master/ OpenSSL/ SSL/SSLContext.html#method-i- min_version-3D ].
1567
+ # See {OpenSSL::SSL::SSLContext#min_version=}[OpenSSL:: SSL::SSL::Context# min_version= ].
1568
1568
attr_accessor :min_version
1569
1569
1570
1570
# Sets or returns the maximum SSL version.
1571
- # See {OpenSSL::SSL::SSLContext#max_version=}[https://docs.ruby-lang.org/en/master/ OpenSSL/ SSL/SSLContext.html#method-i- max_version-3D ].
1571
+ # See {OpenSSL::SSL::SSLContext#max_version=}[OpenSSL:: SSL::SSL::Context# max_version= ].
1572
1572
attr_accessor :max_version
1573
1573
1574
1574
# Sets or returns the callback for the server certification verification.
@@ -1584,7 +1584,7 @@ def use_ssl=(flag)
1584
1584
1585
1585
# Sets or returns whether to verify that the server certificate is valid
1586
1586
# for the hostname.
1587
- # See {OpenSSL::SSL::SSLContext#verify_hostname=}[https://docs.ruby-lang.org/en/master/ OpenSSL/ SSL/SSLContext.html#attribute-i-verify_mode ].
1587
+ # See {OpenSSL::SSL::SSLContext#verify_hostname=}[OpenSSL:: SSL::SSL::Context#verify_hostname= ].
1588
1588
attr_accessor :verify_hostname
1589
1589
1590
1590
# Returns the X509 certificate chain (an array of strings)
0 commit comments