Problems with Joe Sandbox Plugin

Hi there, is anyone using the Joe Sandbox plugin? I tried to set it up today and received and error message during the connection test:

Connect: Connecting...
Connect: Connected successfully
rapid7/Joe Sandbox:1.0.4. Step name: check_server_status
HTTPSConnectionPool(host='jbxcloud.joesecurity.org', port=443): Max retries exceeded with url: /api/v2/analysis/list (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed'),))
Traceback (most recent call last):
  File "/usr/local/site-packages/urllib3-1.24.1-py3.5.egg/urllib3/connectionpool.py", line 600, in urlopen
    chunked=chunked)
  File "/usr/local/site-packages/urllib3-1.24.1-py3.5.egg/urllib3/connectionpool.py", line 343, in _make_request
    self._validate_conn(conn)
  File "/usr/local/site-packages/urllib3-1.24.1-py3.5.egg/urllib3/connectionpool.py", line 839, in _validate_conn
    conn.connect()
  File "/usr/local/site-packages/urllib3-1.24.1-py3.5.egg/urllib3/connection.py", line 344, in connect
    ssl_context=context)
  File "/usr/local/site-packages/urllib3-1.24.1-py3.5.egg/urllib3/util/ssl_.py", line 344, in ssl_wrap_socket
    return context.wrap_socket(sock, server_hostname=server_hostname)
  File "/usr/local/lib-python/3/ssl.py", line 385, in wrap_socket
    _context=self)
  File "/usr/local/lib-python/3/ssl.py", line 760, in __init__
    self.do_handshake()
  File "/usr/local/lib-python/3/ssl.py", line 996, in do_handshake
    self._sslobj.do_handshake()
  File "/usr/local/lib-python/3/ssl.py", line 641, in do_handshake
    self._sslobj.do_handshake()
  File "/usr/local/lib_pypy/_cffi_ssl/_stdssl/__init__.py", line 353, in do_handshake
    raise pyssl_error(self, ret)
_cffi_ssl._stdssl.error.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

I was wondering if anyone else is getting the same error message?