Conversation
|
Hi @zt2 thanks for the PR. Unfortunately the test pipeline in circleci doesn't seem to be working (I'm not actively maintaining this project TBH). It seems there're some linting errors with your changes. Can you please run |
|
Hi @argos83, sorry for reply later, I can pass 'bundle exec rspec' in my environment (too many deprecated warnings). My Ruby version is |
| cert.not_before = cert.not_before - 3600 * 24 * 30 # Substract 30 days | ||
| cert.serial_number.number = serial_number || common_name.hash.abs | ||
| cert.key_material.generate_key(1024) | ||
| cert.key_material.generate_key(4096) |
There was a problem hiding this comment.
Fix ERR_CERT_WEAK_KEY error from browser
| extensions['extensions']['subjectAltName'] = { | ||
| 'dns_names' => [servername], | ||
| 'uris' => [servername] | ||
| } |
There was a problem hiding this comment.
Fix "Subject Alternative Name Missing" in browser
| @https = Ritm::Proxy::SSLReverseProxy.new(@conf.ssl_reverse_proxy.bind_address, | ||
| @conf.ssl_reverse_proxy.bind_port, |
There was a problem hiding this comment.
Allow access from the device in the same network, this is useful when you need to inception HTTPS between an iOS app and a remote server.
Feature:
Fix: