Linux/Apache/mod_ssl.md
... ...
@@ -609,7 +609,7 @@ MIIGETCCBPmgAwIBAgISA3VBvI0cSyzAQGtpIaQKQRZxMA0GCSqGSIb3DQEBCwUA
609 609
# エラー対応
610 610
611 611
## AttributeError: 'module' object has no attribute 'pyopenssl'
612
-- [AttributeError: 'module' object has no attribute 'pyopenssl' · Issue #6328 · certbot/certbot](https://github.com/certbot/certbot/issues/6328)
612
+- [AttributeError: 'module' object has no attribute 'pyopenssl' - Issue #6328 - certbot/certbot](https://github.com/certbot/certbot/issues/6328)
613 613
```
614 614
pip install requests==2.6.0
615 615
easy_install --upgrade pip
... ...
@@ -617,7 +617,7 @@ pip install --upgrade pyOpenSSL
617 617
```
618 618
619 619
## ImportError: 'pyOpenSSL' module missing required functionality. Try upgrading to v0.14 or newer.
620
-- [ImportError: 'pyOpenSSL' module missing required functionality. Try upgrading to v0.14 or newer. · Issue #5534 · certbot/certbot · GitHub](https://github.com/certbot/certbot/issues/5534#issuecomment-375740569)
620
+- [ImportError: 'pyOpenSSL' module missing required functionality. Try upgrading to v0.14 or newer. - Issue #5534 - certbot/certbot](https://github.com/certbot/certbot/issues/5534#issuecomment-375740569)
621 621
```
622 622
pip uninstall -y requests six urllib3
623 623
yum reinstall -y python-requests python-six python-urllib3